grunt.registerTask('refreshResources',
"Refresh the staticResource.zip files", function() {
		grunt.task.run(['compress:jsApp']);
	});
